home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-06 | 526 b | 26 lines | [TEXT/MPS ] |
- // Modeller_initialize.h
- //
- // Initialization function prototypes for the
- // modeller application
- //
- // Modification History
- //
- // 11/26/94 nick initial cut - symantec proto_helper app, add defines
-
-
- #ifndef _MODELLER_INITIALIZE_H_
- #define _MODELLER_INITIALIZE_H_
-
- /* Modeller_initialize.c */
- void InitializeToolbox(void);
- void InitializeAppStuff( short numMoreMasters ) ;
-
-
- void InitializeGlobals(void);
- void DeallocateGlobals(void);
- void SetupMenus(void);
-
- void SplashSetUp( void ) ;
- void SplashTearDown( void ) ;
-
- #endif